 body {
     background-color: rgba(166, 156, 245, 0.816);
     font-size: 50px;
     font-family: 'bonbon', sans-serif;
     
    background-image: linear-gradient(90deg, rgb(191, 142, 251), rgb(192, 214, 235));}
h1 {   
  color: rgb(131, 145, 239);
  text-align: center;
  text-shadow: 1px 1px 2px rgb(36, 120, 223), 0 0 25px blue, 0 0 5px darkblue;
}
